home *** CD-ROM | disk | FTP | other *** search
/ PC Player Special 1997 #1 / PC-Player - Special - 1997-01.iso / PATCHES / HEXAGON / 1 / PATCH.000 / PATCH
Encoding:
Text File  |  1996-12-06  |  308 b   |  20 lines

  1. @echo off
  2. if exist *.swp del *.swp
  3. set dos4g=quiet
  4. ::set dos4gvm=@heli.vmc
  5.  
  6. helspiel.exe .\ d >>err
  7.  
  8. if errorlevel 255 goto ende
  9. if errorlevel 100 goto NichtLoesch
  10.  
  11. :NichtLoesch
  12. REM hier auf Abbruch (Alt+X) abtesten (exit(1))
  13. if errorlevel 2 goto Simu
  14. goto ende
  15.  
  16. :Simu
  17. startsim.bat
  18.  
  19. :ende
  20.